home *** CD-ROM | disk | FTP | other *** search
/ So Who's Dr. Rabbit? / SWDR_1.iso / pc / swdrmov / pg1011.dxr / 01011 Scripts Int_20_READING PAUSE SCRIPT 45ticks.ls < prev    next >
Encoding:
Text File  |  1997-07-28  |  146 b   |  10 lines

  1. on exitFrame
  2.   UtilUpdateFrame()
  3.   if the timer < 45 then
  4.     go(the frame)
  5.   else
  6.     startTimer()
  7.     UtilGoToFrame(the frame + 1)
  8.   end if
  9. end
  10.